home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Prog / M / Mac gperf 1.9.cpt / Mac gperf 1.9 / docs / gperf.1 / gperf.1
Encoding:
Text File  |  1991-03-09  |  722 b   |  24 lines  |  [TEXT/KAHL]

  1. .TH GPERF 1 "December 16, 1988
  2. .UC 4
  3. .SH NAME
  4. gperf \- generate a perfect hash function from a key set
  5. .SH SYNOPSIS
  6. .B gperf 
  7. .B \-adghijklnoprsStv
  8. ] [ 
  9. .I keyfile
  10. ]
  11. .SH DESCRIPTION
  12.  
  13. \fIgperf\fP reads a set of ``keys'' from \fIkeyfile\fP (or, by
  14. default, from the standard input) and attempts to find a non-minimal
  15. perfect hashing function that recognizes a member of the key set in
  16. constant, i.e., O(1), time.  If such a function is found the program
  17. generates a pair of \fIC\fP source code routines that perform the
  18. hashing and table lookup.  All generated code is directed to the
  19. standard output.
  20.  
  21. Please refer to the \fIgperf.texinfo\fP file for more information.
  22. This file is distributed with \fIgperf\fP release.
  23.